home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Hacks / Hacks '96 / PredatorPrey / YEquals.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-06-22  |  320 b   |  18 lines  |  [TEXT/KAHL]

  1. /* YEquals.h -- Modal dialog */
  2. /* Created 940321 20:45 by AppMaker */
  3.  
  4. #ifndef __YE__
  5. #define __YE__
  6.  
  7. typedef struct {
  8.     Str255            Field7Text;
  9.     Str255            Field8Text;
  10.     Str255            Field9Text;
  11.     Str255            Field10Text;
  12.     
  13. } YEqualsRec, *YEqualsRecPtr;
  14.  
  15. /*----------*/
  16. Boolean GetYEquals    (YEqualsRec        *YEquals);
  17.  
  18. #endif    /*    __YE__    */